CGI.streamFile

stream the contents of a file back to the browser. you will have to store the file in the cgi class instance by setting a CGIVAL with CGIFILE class.

  1. void streamFile(string name)
    class CGI
    void
    streamFile
    (
    string name
    )
  2. void streamFile(string name, int index)

Meta